home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
MRAC
/
Intervals
/
i-direction2
< prev
next >
Wrap
Text File
|
1998-08-11
|
473b
|
16 lines
i-direction2 start direction integer
start :up :down
(i-direction2 :down
'(1 2 3 2 2 1) '(1 2 1 2 1 1 2 3 1 2 6))
=> (-1 2 1 -2 -1 -1 2 3 -1 -2 6)
(i-direction2 :up
'(1 2 3 2 2 1) '(1 2 1 2 1 1 2 3 1 2 6))
=> (1 -2 -1 2 1 1 -2 -3 1 2 -6)
(i-direction2 :down
'((1 2 3 2 2 1) (1 2 3 2 2 1))
'((1 2 1 2 1 1 2 3 1 2 6) (1 2 1 2 1 1 2 3 1 2 6)))
=> ((-1 2 1 -2 -1 -1 2 3 -1 -2 6) (-1 2 1 -2 -1 -1 2 3 -1 -2 6))